home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Viewers
/
pCD0.3.4
/
Source
/
hpcdtoppm.0.3
/
simple_viewer
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
181 b
|
10 lines
#!/bin/csh -f
# This is a simple Photo-CD viewer. You need xv.
# Go into the image directory of the Photo-CD
#
#
foreach i (img*)
echo $i
hpcdtoppm -2 -a $i | xv -quick24 -
end